go/doc.namedType.isStruct (field)

3 uses

	go/doc (current package)
		reader.go#L161: 	isStruct   bool        // true if this type is a struct
		reader.go#L394: 	list, typ.isStruct = fields(spec.Type)
		reader.go#L727: 		if t.isStruct {